A slightly different technology of web application development is called WebForms
The interface is created using a similar hierarchy of controls as in HTML
but here at the server side.
During the generation of the web server controls
send the corresponding HTML to the browser.
In the above code snippet the page similiar to the earlier example is generated.
"WebForms" is an example of that we can achieve the same result with various technologies.